Separate out VMCS host state initialization from the rest
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 11 Aug 2005 21:01:36 +0000 (21:01 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 11 Aug 2005 21:01:36 +0000 (21:01 +0000)
commit55aaa284cf2c175c98c8f88249a804733e355735
treefb2018e32679768a033f45b381bce6353a14313a
parentcd5f4dd4c3705ff4c6c43c5470c6e1a90092ce8c
Separate out VMCS host state initialization from the rest

This is needed to support virtual cpu migration, because the host state
initialization is done on every migration, but the rest of the initialization
is done once per vcpu.

Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
xen/arch/x86/vmx_vmcs.c